@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */
@import "/common/css/format.css";
/* PC,SP
--------------------------------------- */
header {
  background: #000;
  padding: 24px 0 22px;
}
header h1 {
  text-align: center;
}
label {
  display: inline-block;
  cursor: pointer;
  transition: background ease-in .3s;
}
label.select {
  background:#d0efff;
}
label.radio_text input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
label.radio_text {
  min-height: 18px;
  position: relative;
}
label.radio_text span {
  display: inline-block;
  position: relative;
}
label.radio_text input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label.radio_text input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 0;
  top: 2px;
  left: 0;
  background-color: #fff;
  width: 18px;
  height: 18px;
  border: 1px #666 solid;
  transition: all .2s;
}
label.radio_text input[type="radio"]:checked + span::before {
  border-width: 6px;
  border-color: #64b7e3;
}
#introduction .uni_txt{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #000;
  text-indent: -1em;
  padding-left: 1em;
}
#introduction .inner .fwt_title p{
  text-indent:-9999em;
  overflow:hidden;
  height:0;
  padding-top:137px;
  background:url(../img/fwt_title.gif) no-repeat center top;
}
div.stl {
  background: #5cb8e9;
}
div.stl h3 .tit {
  color:#ffe100;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:700;
  font-size:40px;
  line-height:1;
  letter-spacing:2px;
  text-align: center;
  display: block;
}
section.bg-contents{
  background: #ffe100;
}
#itemlist #pro_selection dl {
  box-sizing: border-box;
  border: 1px solid #0063c6;
  background: #fff;
}
#itemlist #pro_selection dt {
  background: #0063c6;
  color: #fff;
  text-align: center;
}
#itemlist #pro_selection dd img {
  width: 100%;
}
#itemlist #pro_selection dd a {
  display: block;
}
#itemlist #pro_selection dd a:hover {
  text-decoration: none;
}
#itemlist #pro_selection dd p {
  color: #0063c6;
  font-weight: bold;
  position: relative;
  text-align: right;
}
#itemlist small {
  font-size: 0.7em;
}
.item_cat dt {
  background: #0063c6;
  color: #f6cf00;
  font-weight: bold;
}
.item_cat dd img {
  width: 100%;
}
.i_note {
  margin-top: 10px;
  line-height: 1.5;
}
ul.i_note li {
  margin-left: 1em;
  text-indent: -1em;
}
.i_note.oh {
  margin-top: 2px;
}
.mt10 {
  margin-top: 10px;
}
.red {
  color: #FF0000;
}
nav#pNav li span {
  display: block;
  text-align: center;
  padding: 10px 0;
  background: #7b7b7b;
  background: -moz-linear-gradient(top,  #7b7b7b 0%, #7b7b7b 50%, #707070 52%, #707070 100%);
  background: -webkit-linear-gradient(top,  #7b7b7b 0%,#7b7b7b 50%,#707070 52%,#707070 100%);
  background: linear-gradient(to bottom,  #7b7b7b 0%,#7b7b7b 50%,#707070 52%,#707070 100%);
}
 footer {
  background: #ffe100;
}
p.copy {
  color: #20a3e9;
}
#introduction .inner dd{
  color:#20a2e8;
}
.data_table{
  margin-top:20px;
}
.data_table td{
  padding:10px;
  border:1px solid #d9d9d9;
  font-size:14px;
}
.mypage_subtitle{
  font-size:1.2em;
  font-weight:bold;
}
#mypage .no_data{
  margin-top:10px;
  font-size:14px;
}
/* PC
--------------------------------------- */
@media only screen and (min-width: 768px) {
  /*-----------------------------
		LAYOUT
	------------------------------*/
  html {
    width: 100%;
    min-height: 100%;
  }
  body {
    min-width: 1024px;
  }
  #main_wrap {
    background:#ffe100;
  }
  #main_wrap .main_img {
    background: url(../img/mv_main.jpg) no-repeat center center;
    height:530px;
  }
  .hide_PC {
    display: none;
  }
  nav#pNav {
    background: #76C6F1;
    background: linear-gradient(to bottom,  #76c6f1 0%,#76c6f1 50%,#5cb8e9 51%,#5cb8e9 100%);
  }
  nav#pNav ul {
    width: 1000px;
    /*padding: 10px 0;*/
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  nav#pNav li {
    border-right: 1px solid #fff;
    text-align: center;
    width: 100%;
  }
  nav#pNav li:first-child {
    border-left: 1px solid #fff;
  }
  nav#pNav li img {
    height: 30px;
    width: auto;
  }
  nav#pNav li.logo img {
    height: 70px;
    width: auto;
  }
  nav#pNav li a, nav#pNav li span {
    display: block;
    padding: 25px 0;
  }
  nav#pNav li.logo a, nav#pNav li.logo span{
    padding:5px 0;
  }
  nav#pNav li a:hover {
    background: rgba(82, 195, 255, .5);
  }
  p.copy {
    text-align: center;
    height: 80px;
    line-height: 80px;
  }
  section.unit {
    padding-bottom: 60px;
  }
  .inner{
    width:1000px;
    margin: 0 auto;
    overflow: hidden;
  }
  #introduction .inner {
    width: 1000px;
    margin-top: 60px;
    
  }
  #introduction .inner .period{
    display:flex;
    justify-content:space-between;
    margin-top:30px;
  }
  #introduction .inner dl{
    width:600px;
  }
  #introduction .inner dd{
    font-size:14px;
    line-height:1.8;
    padding-top:25px;
  }
  #introduction .inner .uni_img{
    position:relative;
    width:350px;
    text-align:left;
  }
  #introduction .inner .uni_img img{
    width:240px;
    height:auto;
  }
  #introduction .uni_txt{
    position:absolute;
    margin-top:100px;
    right:0;
  }
  div.stl {
    margin-bottom: 30px;
  }
  div.stl h3 {
    padding: 25px 0;
  }
  ul.indent li {
    margin-left: 1em;
    text-indent: -1em;
  }
  /*-----------------------------
    TOP
  ------------------------------*/
  section.bg-contents .inner {
    width: 940px;
    padding: 30px;
    background: #FFF;
  }
  section#itemlist .eligible_match{
    margin-top:20px;
  }
  section#itemlist .eligible_match li{
    font-size:15px;
    margin-top:10px;
  }
  section.bg-contents .inner .indent {
    font-size: 14px;
    margin-top:20px;
  }
  #overview h5 {
    font-weight: bold;
    font-size: 16px;
  }
  #overview p {
    font-size: 14px;
  }
  #overview p + h5 {
    padding-top: 30px;
  }
  #itemlist p {
    font-size: 16px;
  }
  #itemlist ul.indent li {
    font-size: 14px;
  }
  #itemlist .list_wrap {
    padding-top: 30px;
    overflow: hidden;
  }
  #itemlist .list_wrap h4 {
    background: #d3d3d3;
    color: #000;
    line-height: 1;
    padding: 8px 0;
    font-size: 16px;
    text-align: center;
  }
  #itemlist .list_wrap h4 + p {
    text-align: center;
    padding: 15px 0 20px 0;
  }
  #itemlist .list_wrap.base .list_r p {
    text-align: center;
    padding: 15px 0 5px 0;
  }
  #itemlist .list_wrap.base .list_r p + p {
    font-size: 12px;
    padding: 0 0 20px 0;
  }
  #itemlist .list_wrap.coach {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #itemlist .list_wrap.coach div {
    width: 300px;
    margin-right: 20px;
  }
  #itemlist .list_wrap.coach div:nth-child(3n) {
    margin-right: 0;
  }
  #itemlist .list_wrap.player ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #itemlist .list_wrap.player li {
    width: 300px;
    margin-right: 20px;
    letter-spacing: normal;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
  }
  #itemlist .list_wrap.player li:nth-child(3n) {
    margin-right: 0;
  }
  #itemlist .list_wrap.player div.p2 {
    width: 620px;
    float: left;
  }
  #itemlist .list_wrap.player div.p2 ul li {
    margin-right: 0;
  }
  #itemlist .list_wrap.player div.p1 {
    width: 300px;
    float: right;
    margin-right: 0;
  }
  #caution {
    padding-bottom: 0;
  }
  #caution ul.indent li {
    padding-bottom: 5px;
  }
  #itemlist #pro_selection {
    width: 1000px;
    margin: 30px auto 0;
  }
  #itemlist #pro_selection .pro_sec_inner {
    display: flex;
    justify-content: space-between;
  }
  #itemlist #pro_selection dl {
    width: 490px;
  }
  #itemlist #pro_selection dt {
    font-size: 18px;
    padding: 5px 3px;
  }
  #itemlist #pro_selection dd a {
    padding: 17px 30px 30px;
  }
  #itemlist #pro_selection dd p {
    font-size: 20px;
  }
  /*-----------------------------
    GUIDE /  MEMBER
  ------------------------------*/
  #guide, #member-rule {
    padding-bottom: 0;
  }
  #guide .inner h5, #member-rule .inner h5 {
    font-weight: normal;
    background: #76817f;
    color: #FFF;
    font-size: 16px;
    padding: 5px 10px;
  }
  #guide .inner p, #member-rule .inner p {
    font-size: 14px;
    padding: 10px 0 20px 0;
  }
  #member-rule ol {
    padding: 10px 0 20px 0;
  }
  #member-rule ol li {
    font-size: 14px;
    list-style-type: decimal;
    margin-left: 2em;
    padding-bottom: 5px;
  }
  #member-rule .inner p + ol {
    padding-top: 0;
  }
  .btn_area {
    padding: 10px 20px 30px 20px;
    background: #f1f1f1;
    text-align: center;
    margin-top: 30px;
  }
  .btn_area p {
    text-align: center;
    font-size: 20px !important;
  }
  .btn_area .btn a {
    display: block;
    width: 300px;
    height: 60px;
    line-height: 60px;
    color: #000;
    background: #d5d9d8;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #76817f;
  }
  .btn_area .btn a:hover {
    color: #FFF;
    background: #5cb8e9;
    border-color: #5cb8e9;
  }
  .btn_area ul {
    text-align: center;
  }
  .btn_area li {
    display: inline-block;
    margin: 0 10px;
  }
  .btn_area div.btn {
    width: 300px;
    margin: 15px auto 0 auto;
  }
  /*-----------------------------
    FORM
  ------------------------------*/
  /*.item_cat {
    margin-bottom: 30px;
  }
  .item_cat dl {
    display: flex;
  }
  .item_cat dt, .item_cat dd {
    width: 470px;
  }
  .item_cat dt {
    font-size: 25px;
    padding: 6px;
  }
  .item_cat dt dfn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: solid 4px #f6cf00;
    box-sizing: border-box;
  }*/
  .registNav {
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .registNav li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 16px;
    background: #d5d9d8;
    color: #777;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .registNav li.current {
    background: #5cb8e9;
    color: #FFF;
  }
  .registNav li.current::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid #5cb8e9;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    right: -25px;
    z-index: 1;
  }
  .registNav li.current::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid #d5d9d8;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    left: 0;
    z-index: 1;
  }
  #regist,#mypage {
    padding-bottom: 0;
  }
  #regist p {
    font-size: 15px;
  }
  #regist p + ul.indent {
    padding-top: 5px;
    font-size: 14px;
  }
  table.form {
    margin: 20px 0;
    width: 100%;
  }
  table.form th, table.form td {
    font-size: 13px;
    font-weight: normal;
    padding: 10px;
    border: 1px solid #ddd;
  }
  table.form th {
    background: #eee;
    width: 30%;
  }
  table.form input[type="text"], table.form input[type="password"] {
    padding: 5px;
    font-size: 14px;
  }
  table.form input.w1 {
    width: 60px;
  }
  table.form input.w2 {
    width: 120px;
  }
  table.form input.w3 {
    width: 360px;
  }
  table.form th .must {
    color: #C46B68;
    font-size: 10px;
  }
  table.form td.result {
    color: #4D5460;
    font-size: 15px;
  }
  .btn input[type="button"] {
    background: #d5d9d8;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #76817f;
    width: 300px;
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
    cursor: pointer;
  }
  .btn input[type="button"]:hover {
    background: #5cb8e9;
    color: #FFF;
    border: 1px solid #5cb8e9;
  }
  /*input[type="radio"] {
      vertical-align: middle;
      font-family: "ＭＳ Ｐゴシック", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
      position: relative;
      border: none;
      top: -2px;
      top: 0\9;
      margin-right: 2px;
      margin-right: 0\9;
      height: 16px;
      line-height: 16px;
  }*/
  .error {
    padding: 20px;
    border: double 4px #C46B68;
    margin-top: 20px;
  }
  .error p {
    color: #C46B68;
    font-size: 14px !important;
    padding-bottom: 10px;
  }
  .error ul li {
    list-style-type: disc;
    margin-left: 1.5em;
    color: #C46B68;
    font-size: 13px;
  }
  .message {
    border: #4D5460 4px double;
    padding: 20px;
    background: #E0E0E8;
    color: #4D5460;
    text-align: center;
  }
  .message p.normal {
    font-size: 14px !important;
    text-align: center;
  }
  .message p.normal span {
    font-size: 18px !important;
    text-align: center;
    display: block;
    padding-bottom: 10px;
  }
  /*-----------------------------
				radio_btn
	------------------------------*/
  label.radio_text input[type="radio"] + span {
    padding-left: 22px;
  }
  /*-----------------------------
				mypage
	------------------------------*/
  #mypage .inner + .inner{
    margin-top:50px;
  }
  #mypage.bg-contents .inner h3{
    margin-top:30px;
    font-size:15px;
  }
  #mypage.bg-contents .inner h3 + .indent{
    margin-top:0;
  }
}